Primitive Class Rotation
Represents a rotation.
Rotations are specifed as a combination of individual angles, in degrees, about each axis. All values will be clamped to [0.0f, 360.0f].
Members
x | (float) rotation about x axis |
y | (float) rotation about y axis |
z | (float) rotation about z axis |
Functions
Rotation(X, Y, Z) | |
__tostring(rotation) |